home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / calc_inits.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  759 b   |  27 lines  |  [TEXT/KAHL]

  1. /* calc_inits.h */
  2.  
  3. #ifndef __CIN__
  4. #define __CIN__
  5.  
  6.         Boolean        GetEnvir            (short *theVRefNum);
  7.         void        WindowInit            (void);
  8.         void        LoadPicture            (void);
  9.         void         SplashScreen         (void);
  10.         void        SetUpButtonRect        (void);
  11.         void        SetUpNewButtonRect    (void);
  12.         void        SetUpDragRect        (void);
  13.         void        SetUpHelpRect        (void);
  14.         void        MenuBarInit            (void);
  15.         void         init_ROM            (void);
  16.         Boolean        WNE_is_implemented    (void);
  17.         void         inits_seg            (void);
  18.         void         SetUpCursors        (void);
  19.         void        GetFucked            (void);
  20.         void         CenterWindow        ( WindowPtr );
  21.         void        DoTheShare            (void);
  22.         Rect         *WinRect            ( WindowPtr wPtr, Rect *gRect );
  23.         WindowPtr    get_window            (short    selector);
  24.         WindowPtr    get_rotation_box    (void);
  25.         WindowPtr    get_stretch_box        (void);
  26.  
  27. #endif    /*    __CIN__    */